projects
/
vtk9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61b37bf
)
Fix FTBFS on PPC64: inlining failed in call to ‘always_inline’
author
Dominique Belhachemi
<domibel@debian.org>
Wed, 28 Jan 2026 11:53:25 +0000
(12:53 +0100)
committer
Drew Parsons
<dparsons@debian.org>
Wed, 28 Jan 2026 11:53:25 +0000
(12:53 +0100)
Forwarded: no
Last-Update: 2025-09-30
Gbp-Pq: Name 80_fix_ppc64_ftbfs.patch
Common/Core/vtkDataArrayMeta.h
patch
|
blob
|
history
diff --git
a/Common/Core/vtkDataArrayMeta.h
b/Common/Core/vtkDataArrayMeta.h
index 602305d3edd4c357cdb0e0d610bb6dc73a13743d..8c37a968913bca1c981766fe1afd4d58e232e702 100644
(file)
--- a/
Common/Core/vtkDataArrayMeta.h
+++ b/
Common/Core/vtkDataArrayMeta.h
@@
-32,7
+32,7
@@
#endif
#if (defined(VTK_ALWAYS_OPTIMIZE_ARRAY_ITERATORS) || !defined(VTK_DEBUG_RANGE_ITERATORS)) && \
- !defined(VTK_COMPILER_MSVC)
+ !defined(VTK_COMPILER_MSVC)
&& !defined(__PPC64__)
#define VTK_ITER_INLINE VTK_ALWAYS_INLINE
#define VTK_ITER_ASSUME VTK_ASSUME_NO_ASSERT
#define VTK_ITER_OPTIMIZE_START VTK_ALWAYS_OPTIMIZE_START